home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.esc;
-
- import com.extensibility.app.BaseAction;
- import com.extensibility.app.DialogFactory;
- import com.extensibility.app.UI;
- import java.awt.Dialog;
- import java.awt.event.ActionEvent;
-
- class ESCWindow$24 extends BaseAction {
- // $FF: synthetic field
- final ESCWindow this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (((ESCDocument)this.this$0.getDocument()).checkValidatePerformed()) {
- ESCReportWindow var2 = new ESCReportWindow(this.this$0, (ESCDocument)this.this$0.getDocument());
- ((Dialog)var2).show();
- } else {
- DialogFactory.stop(this.this$0, UI.getString("esc.reportwindow.cannot.be.done"));
- }
-
- }
-
- ESCWindow$24(ESCWindow var1, String var2, char var3) {
- super(var2, var3);
- this.this$0 = var1;
- }
- }
-